home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / ARCHIVE / MARCH.ZIP / README < prev   
Encoding:
Text File  |  1990-12-26  |  1.7 KB  |  32 lines

  1. I thought it was time that I release a couple of the utiliies that I
  2. have written and used for some time now.  Feel free to direct any
  3. comments to me via the Email address below.
  4.  
  5. Below is the header of my source file which explains the usage of the
  6. DX.EXE directory program.  This is an example of the way I believe
  7. DOS' directory program should look.
  8.  
  9. The MopARCHive program should be self explainatory.
  10.  
  11. Hope you find them as useful as I have.
  12.  
  13. /*********************************************************************
  14. * DX.EXE v1.0r   (Directory Xtra)   TC++ 1.0   Dave Gaulden 12/26/90 *
  15. *                                                                    *
  16. * Contact: CIS 71470,1007  or  Utilities Exchange BBS (614)-442-6695 *
  17. *                                                                    *
  18. * DOS level directory function with more detail.                     *
  19. *                                                                    *
  20. * Displays: *ALL* files and directories including hidden & system    *
  21. *           active attributes for all files and directories          *
  22. *           correct number of files                                  *
  23. *           number of bytes used by files listed                     *
  24. *           number of sub-directories listed                         *
  25. *           capacity of drive in bytes                               *
  26. *           number of bytes free on drive                            *
  27. *           allows search for fn w/o ext outside of current dir      *
  28. *                                                                    *
  29. * Supports /p (page) & /w (wide) switches as post path parameters.   *
  30. *          Example: c:\utils\*.* /p /w                               *
  31.  
  32.